Struct UnmarshalQueue<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public ref struct UnmarshalQueue<T>
Properties
End
View Source
Declaration
public bool End { get; }
Methods
Dequeue()
View Source
Declaration
public T Dequeue()
Returns
<T>